programming:c:function strchrWhat links here?
Locate first occurrence of character in string

Returns a pointer to the first occurrence of character in the C string str.

The terminating null-character is considered part of the C string. Therefore, it can also be located.

Syntax

char *strchr(char *str, int character)


Parameters



Return Value

A pointer to the first occurrence of character in str.
If the value is not found, the function returns a null pointer.
programming:c:function strchr
filename:programming:c:function strchr
filename:programming%3Ac%3Afunction%20strchr
last edit:April 05 2009 22:00:02 (5509 days ago)
ct = 1714966897.000000 = May 05 2024 23:41:37
ft = 1238983202.000000 = April 05 2009 22:00:02
dt = 475983695.000000